.comingsoon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 40px 20px;
  text-align: center;
}

.cs-box {
  max-width: 500px;
}



.cs-icon-circle img {
  width: 70px;
  height: 70px;
  opacity: 0.9;
  
}

.cs-box h1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3a3a50;
  margin-bottom: 10px;
}

.cs-box p {
  font-size: 0.95rem;
  color: #6b6b6b;
  line-height: 1.5;
  margin-bottom: 18px;
}

.back-home {
  color: #5b6dff;
  text-decoration: none;
  font-weight: 600;
}

.back-home:hover {
  text-decoration: underline;
}